﻿@media screen and (max-width: 1200px){
	
}


@media screen and (max-width: 960px){
	.m-hd{display: block;}	
	#hd{display: none;}
	#nav span{width: 8.5%;}
	#nav span.home{margin-right: 34px;}
	.logo{display: none;}
	.top_flash .img{display: none;}
	#nav{display: none;}
	#top{margin-bottom: 20px;}
	#divCover {
		    position: fixed;
		    top: 0;
		    bottom: 0;
		    background-color: rgba(0, 0, 0, 0.3);
		    z-index: 10;
		    width: 100%;
		}
	.footer-left div dl {margin-right: 1rem;}
  .footer-left>div{flex-direction:column;}
  .footer-left p{font-size: 1rem;}
   .footer-left div dl dd{font-size: 0.8rem;}
}


@media screen and (max-width: 900px){
	.right1{display: none;}
}


@media screen and (max-width: 769px){
	.first_left,.first_right,.sc_l,.sc_r{float: none;width: 100%;}
	.first_left{margin-bottom: 20px;}
	.first{height: auto !important;}
	.h170,.h260,.h170s{background-size: 100% 100%;margin-bottom: 20px;height: auto;}
	.h140{height: auto !important;}
	#content{padding: 0 10px;-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;}
	
	
}


@media screen and (max-width: 640px){
	.m-dn,.curw span{display: none;}
	.newsListtitle li a{width: 70%;}
	.newsListtitle{padding-left: 0;}
	.picList li{width: 50%;}
	.picList{padding: 0;}
}

@media screen and (max-width: 480px){
	.picList li{width: 100%;}
}


